<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.swiper_wrap_bg {
	/*background:url(/Content/js/component/roll_text/ico_01.png) no-repeat 15px center #F0F0F0;*/
	padding:18px 0 0 25px;
	font-size: 18px;
}
.swiper_wrap_bg .title {
	float:left;
	color:#0B35BF;
	background:#FFF;
	line-height:27px;
	padding:0 7px;
	border-radius:5px;
	margin-top:7px;
	font-weight:500;
}
.swiper_wrap_bg .title a {
	color:#0B35BF;
}
.swiper_wrap_bg .title a:hover {
	color:#FF6600;
}
.swiper_wrap {
	position: relative;
	height:40px;
	float:left;
	width:700px;
	overflow: hidden;
}
.swiper_wrap ul {
	position: relative;
	top: 0;
	left: 0;
}
/*.swiper_wrap ul li {
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
    overflow:hidden;
	text-overflow:ellipsis; white-space:nowrap; *white-space: normal;
}*/
.swiper_wrap ul li {
	height: 40px;
	line-height: 40px;
	color:#FFFFFF;
}
.swiper_wrap ul li a {
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
    overflow:hidden;
	text-overflow:ellipsis; white-space:nowrap; *white-space: normal;
	display:block;
	float:left;
	max-width:500px;
}
.swiper_wrap ul li a.sort {
	color:#0B35BF;
	background:#FFF;
	height: auto;
	line-height:27px;
	padding:0 7px;
	border-radius:5px;
	margin-top:7px;
	font-weight:500;
}
.swiper_wrap ul li span {
	padding-left:15px;
	font-size: 12px;
}
.swiper_wrap a {
	color: #FFF;
}
.swiper_wrap a:hover {
	color: #FFFF66;
}
.swiper_wrap .lt {
	background:url(/Content/js/component/roll_text/ico_02.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 3px;
	display:block;
	width:14px;
	height:7px;
	display:none;
}
.swiper_wrap .lt:hover {
	background-position:right 0;
}
.swiper_wrap .gt {
	background:url(/Content/js/component/roll_text/ico_02.png) no-repeat 0 bottom;
	position: absolute;
	right: 10px;
	top: 22px;
	display:block;
	width:14px;
	height:7px;
	display:none;
}
.swiper_wrap .gt:hover {
	background-position:right bottom;
}</pre></body></html>